projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
515791a
)
Fix a recent change in image.c for MS-Windows
author
Eli Zaretskii
<eliz@gnu.org>
Tue, 10 Nov 2020 15:06:46 +0000
(17:06 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Tue, 10 Nov 2020 15:06:46 +0000
(17:06 +0200)
* src/image.c: Fix DEF_DLL_FN of
rsvg_handle_get_intrinsic_dimensions. Reported by Andy Moreton
<andrewjmoreton@gmail.com>.
src/image.c
patch
|
blob
|
history
diff --git
a/src/image.c
b/src/image.c
index d190c254136db2e6ce11dac0bbd16aec1324f3ec..3858f3c41f3b076bb6738ea2e3946bdfeff49510 100644
(file)
--- a/
src/image.c
+++ b/
src/image.c
@@
-9546,7
+9546,7
@@
DEF_DLL_FN (gboolean, rsvg_handle_close, (RsvgHandle *, GError **));
# if LIBRSVG_CHECK_VERSION (2, 46, 0)
DEF_DLL_FN (void, rsvg_handle_get_intrinsic_dimensions,
- RsvgHandle *, gboolean *, RsvgLength *, gboolean *,
+
(
RsvgHandle *, gboolean *, RsvgLength *, gboolean *,
RsvgLength *, gboolean *, RsvgRectangle *));
DEF_DLL_FN (gboolean, rsvg_handle_get_geometry_for_layer,
(RsvgHandle *, const char *, const RsvgRectangle *,